3.1915 \(\int \left (-5 x^{3/2}+7 x^{5/2}\right ) \, dx\)

Optimal. Leaf size=15 \[ 2 x^{7/2}-2 x^{5/2} \]

[Out]

-2*x^(5/2) + 2*x^(7/2)

_______________________________________________________________________________________

Rubi [A]  time = 0.00690811, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 0, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ 2 x^{7/2}-2 x^{5/2} \]

Antiderivative was successfully verified.

[In]  Int[-5*x^(3/2) + 7*x^(5/2),x]

[Out]

-2*x^(5/2) + 2*x^(7/2)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.35229, size = 12, normalized size = 0.8 \[ 2 x^{\frac{7}{2}} - 2 x^{\frac{5}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(-5*x**(3/2)+7*x**(5/2),x)

[Out]

2*x**(7/2) - 2*x**(5/2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00420202, size = 10, normalized size = 0.67 \[ 2 (x-1) x^{5/2} \]

Antiderivative was successfully verified.

[In]  Integrate[-5*x^(3/2) + 7*x^(5/2),x]

[Out]

2*(-1 + x)*x^(5/2)

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 9, normalized size = 0.6 \[ 2\,{x}^{5/2} \left ( -1+x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(-5*x^(3/2)+7*x^(5/2),x)

[Out]

2*x^(5/2)*(-1+x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34179, size = 15, normalized size = 1. \[ 2 \, x^{\frac{7}{2}} - 2 \, x^{\frac{5}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(7*x^(5/2) - 5*x^(3/2),x, algorithm="maxima")

[Out]

2*x^(7/2) - 2*x^(5/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.201896, size = 19, normalized size = 1.27 \[ 2 \,{\left (x^{3} - x^{2}\right )} \sqrt{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(7*x^(5/2) - 5*x^(3/2),x, algorithm="fricas")

[Out]

2*(x^3 - x^2)*sqrt(x)

_______________________________________________________________________________________

Sympy [A]  time = 0.037805, size = 12, normalized size = 0.8 \[ 2 x^{\frac{7}{2}} - 2 x^{\frac{5}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-5*x**(3/2)+7*x**(5/2),x)

[Out]

2*x**(7/2) - 2*x**(5/2)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.261848, size = 15, normalized size = 1. \[ 2 \, x^{\frac{7}{2}} - 2 \, x^{\frac{5}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(7*x^(5/2) - 5*x^(3/2),x, algorithm="giac")

[Out]

2*x^(7/2) - 2*x^(5/2)